home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 2000 February / Macworld (2000-02).dmg / Updaters / WhiteCap 3.2.2.sea / WhiteCap 3.2.2 / (into Visual Plug-ins) / WhiteCap Configs / Starstream < prev    next >
Text File  |  1999-10-10  |  634b  |  58 lines

  1. /* Copyright 1999.  Andrew Wilson & Lucy Banister
  2.  
  3. email: schwilsh@weirdness.com
  4.  
  5. */
  6.  
  7. Resn=10,
  8.  
  9. Durn="1.5",
  10.  
  11. CamX="150*sin(3.142*t/7)",
  12. CamY="150*cos(3.142*t/3)",
  13. CamZ="150*sin(3.142*t/14)",
  14.  
  15. CmLX="0",
  16. CmLY="0",
  17. CmLZ="0",
  18.  
  19. CUpX="0",
  20. CUpY="0",
  21. CUpZ="1",
  22.  
  23. C0="( 1 - dt )",
  24.  
  25. D0="mag( s )",
  26. D1="pos( 1 - 2 / ( 4.5 * d0 + 1.4 ) )",
  27.  
  28. // Just makes the dt=0 linewidth 2
  29. LWdt="1 + sqwv(1+dt)",
  30.  
  31. R="D1 * C0",
  32. G="D1 * C0",
  33. B="(.4 + D1 * .7) * C0",
  34.  
  35. LvlR="0",
  36. LvlG="0",
  37. LvlB="1",
  38.  
  39. widt=450,heig=450,
  40.  
  41.  
  42. ConL=0,ConB=2,
  43.  
  44. Fall="0.5",
  45.  
  46. X="60*dt",
  47. Y="50*sin(6.2831853*s)*D0",
  48. Z="80*cos(6.2831853*s)*D0", 
  49.  
  50. Scal="1000",
  51.  
  52. ScSz=1,
  53.  
  54. Pers="100",
  55.  
  56. Vers=30
  57.  
  58.